home *** CD-ROM | disk | FTP | other *** search
- object LinkDlog: TLinkDlog
- Left = 226
- Top = 161
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Insert Link'
- ClientHeight = 224
- ClientWidth = 414
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 56
- Height = 13
- Caption = '&File or URL:'
- end
- object Label3: TLabel
- Left = 10
- Top = 157
- Width = 115
- Height = 13
- Caption = '&Target frame (optional) : '
- end
- object Bevel1: TBevel
- Left = 12
- Top = 140
- Width = 300
- Height = 2
- end
- object DescriptionRefLbl: TLabel
- Left = 218
- Top = 376
- Width = 247
- Height = 73
- Caption =
- 'If you want to link to a specific position in the document, such' +
- ' as a particular sentence or image, enter a reference name above' +
- '. The document must be open to view it'#39's reference markers.'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 15
- Top = 89
- Width = 295
- Height = 39
- Caption =
- 'Enter or choose the path to the file you want to link to. This i' +
- 's either an Internet address (URL), or a file on your local netw' +
- 'ork or hard drive.'
- WordWrap = True
- end
- object DescriptionFrameLbl: TLabel
- Left = 15
- Top = 186
- Width = 296
- Height = 31
- Caption =
- 'Enter the name of the frame which will display this page. The fr' +
- 'ame must be named in the associated Frameset file.'
- WordWrap = True
- end
- object URLCombo: TComboBox
- Left = 15
- Top = 27
- Width = 295
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'http://'
- 'ftp://'
- 'mailto:'
- 'news:'
- 'telnet://'
- 'gopher://')
- TabOrder = 0
- OnChange = URLComboChange
- end
- object Button1: TButton
- Left = 109
- Top = 58
- Width = 84
- Height = 25
- Caption = '&Choose File...'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 320
- Top = 27
- Width = 84
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 4
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 321
- Top = 59
- Width = 84
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 5
- OnClick = Button4Click
- end
- object HelpBtn: TButton
- Left = 321
- Top = 133
- Width = 84
- Height = 25
- Caption = '&Help'
- TabOrder = 7
- OnClick = HelpBtnClick
- end
- object Button5: TButton
- Left = 321
- Top = 96
- Width = 84
- Height = 25
- Caption = '&Add to Hotlist...'
- TabOrder = 6
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 15
- Top = 58
- Width = 84
- Height = 25
- Caption = 'H&otlist...'
- TabOrder = 1
- OnClick = Button6Click
- end
- object Edit2: TEdit
- Left = 132
- Top = 157
- Width = 179
- Height = 21
- TabOrder = 3
- end
- end
-